Synchronise Database between servers via php [closed]

Posted by Emmanuel on Pro Webmasters See other posts from Pro Webmasters or by Emmanuel
Published on 2011-02-13T02:04:10Z Indexed on 2011/02/13 7:33 UTC
Read the original article Hit count: 296

Filed under:
|
|

Hi Guys,

I'm needing to synchronise two mysql databases between different servers on a regular basis, by a client-initiated interface. I've been doing it by remote MYSQL connection, and adding the IP of the servers to the whitelist for MYSQL remote connections. Problem is however, that the client has a dynamic IP, so as soon as it changes they can no longer sync.

So I'm trying to find an alternative way of synchronising the two databases via some sort of secure php script.

© Pro Webmasters or respective owner

Related posts about php

Related posts about server